home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dorfix.zip / DOR.DOC next >
Text File  |  1991-10-05  |  2KB  |  63 lines

  1.  
  2.  DOR.EXE by Bob Henderson @Fido 1:3812/10
  3.                       or
  4.                  The Richwood BBS
  5.                  670 megs Online
  6.                  14.4 USR Dual Standard
  7.                  (409)265-5958
  8.  
  9.  
  10.  DOR is used to change values in the DORINFO1.DEF used by many external
  11.  door programs. It can also create a dorinfo1.def if it doesn't exist or
  12.  if your BBS package does not support the standard dorinfo type file. Typing
  13.  DOR when no dorinfo1.def exists will create one with default values.
  14.   Sample usage "DOR T=30 P=2 B=4800" would change the time to 30 minutes
  15.   the port to com 2 and the baud rate to 4800 baud. Available switches are...
  16.  
  17.  H or ?          Displays this help screen.
  18.  P=<port number> Port number must be between 0 and 8. Use 0 for simulating
  19.                  local mode in the door.
  20.  B=<baud rate>   Baud rate can be any valid baud rate. You can also specify
  21.                  0 baud for local mode.
  22.  T=<time left>   Change the time to specified only if the time is greater in
  23.                  the dorinfo1.def file. This will make sure the user does not
  24.                  stay on longer than his alloted time. You could also put t=-2
  25.                  which would subtract 2 minutes from the dorinfo file
  26.  G=<graphics>    Does user have ANSI graphics? 0=No  1=Yes
  27.  X=<fossil>      Is there a fossil? 0=No -1=Yes
  28.  F=<first name>  Change users first name.
  29.  L=<last name>   Change users last name.
  30.  
  31. Example:
  32.  
  33.       dor B=19200
  34.       d:
  35.       cd\yank
  36.       yt c:\QUICKBBS\dorinfo1.def
  37.       c:
  38.       cd\QUICKBBS
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.